home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / nosvw137.zip / NNTP < prev    next >
Text File  |  1991-09-18  |  3KB  |  82 lines

  1. ====                                                NOSview [137]
  2. nntp
  3. ====
  4.  
  5. The 'nntp' commands control the operation of the Network News
  6. Transfer Protocol (NNTP).
  7.  
  8. _________________________________________________________________
  9. nntp addserver <nntpserver_host> <interval> [<range>] [<groups>]
  10. _________________________________________________________________
  11. Add an NNTP news server to query every <interval> seconds for new
  12. articles in the specified <groups>.
  13.  
  14. <range> specifies the time-of-day limits when the queries will be
  15. made.
  16.  
  17. Multiple 'nntp addserver' commands may be used to concatenate
  18. groups (up to a maximum of 512 bytes).
  19.  
  20. >>  Example:
  21.        nntp addserver ns9nws 600 22:00-23:00 rec.ham-radio*
  22.  
  23.  
  24. _________________________________________________________________
  25. nntp directory [ spool|control <directory> ]
  26. _________________________________________________________________
  27. Display or set the default spool directory for spooling news
  28. articles.  This is in addition to the control directory
  29. (N:\SPOOL\NEWS).
  30.  
  31. >> Example:  nntp directory spool spool/articles
  32.  
  33.  
  34. _________________________________________________________________
  35. nntp dropserver <nntpserver_host>
  36. _________________________________________________________________
  37. Drop the specified NNTP server.
  38.  
  39. >> Example:  nntp drop ns9nws
  40.  
  41.  
  42. _________________________________________________________________
  43. nntp groups <group> [<group> ...]             Default: All groups
  44. _________________________________________________________________
  45. Display or set the currently set USEnet newsgroup(s).  The group
  46. names are separated by spaces or commas.  The '*' and '!'
  47. metacharacters (meaning 'all' and 'not' respectively) are
  48. supported.
  49.  
  50. >> Example:  nntp groups rec.ham-radio*,!rec.ham-radio.swap
  51.  
  52.  
  53. _________________________________________________________________
  54. nntp kick <nntpserver_host>
  55. _________________________________________________________________
  56. Kick the local NNTP client to get in touch with the named server.
  57.  
  58. >> Example:  nntp kick ns9nws
  59.  
  60.  
  61. _________________________________________________________________
  62. nntp listservers
  63. _________________________________________________________________
  64. List the currently defined servers.
  65.  
  66.  
  67. _________________________________________________________________
  68. nntp trace <level>                                     Default: 1
  69. _________________________________________________________________
  70. Sets or shows the current trace level for NNTP traffic.
  71.  
  72. Level
  73.  0:  No tracing.
  74.  1:  Display serious errors only
  75.  2:  Display serious and transient errors
  76.  3:  Display serious and transient errors, plus session progress
  77.  4:  Display serious and transient errors, session progress and
  78.         actual received articles
  79.  5:  Display errors.
  80.  
  81. >> Example:  nntp trace 4
  82.